type github.com/refraction-networking/utls.shouldLoadSessionResult
6 uses
github.com/refraction-networking/utls (current package)
u_session_controller.go#L72: type shouldLoadSessionResult int
u_session_controller.go#L74: const shouldReturn shouldLoadSessionResult = 0
u_session_controller.go#L75: const shouldSetTicket shouldLoadSessionResult = 1
u_session_controller.go#L76: const shouldSetPsk shouldLoadSessionResult = 2
u_session_controller.go#L77: const shouldLoad shouldLoadSessionResult = 3
u_session_controller.go#L85: func (s *sessionController) shouldLoadSession() shouldLoadSessionResult {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |